LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Data Property
See Also 
Leadtools.Medical.Workstation Namespace > DataEventArgs<TData> Class : Data Property




Gets the argument data to pass to an event handler.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Data As TData
Visual Basic (Usage)Copy Code
Dim instance As DataEventArgs(Of TData)
Dim value As TData
 
value = instance.Data
C# 
public TData Data {get;}
Managed Extensions for C++ 
public: __property TData* get_Data();
C++/CLI 
public:
property TData^ Data {
   TData^ get();
}

Property Value

The data to pass the an event handler.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also